-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
basic fix avoiding writing to package files #394
Conversation
e64ac1a
to
3ed20c9
Compare
I am happy to adapt brainmapper to the new names and re-release once/if my suggested variable/function names in this PR have been approved by a reviewer, and make the related releases. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't find the relevant issue or PR, but I have a feeling that we switched from using ~/.cellfinder
to ~/.brainglobe
at some point.
…uration_path. Changed in brainglobe/cellfinder#394.
Description
What is this PR
Why is this PR needed?
Specifying a non-default model currently writes to package files (which is a bad idea in general, but in particular causes errors on shared systems like our local HPC).
What does this PR do?
User-specified model configuration files are written to user folder instead.
It also documents and renames some of the functions involved.
References
Closes #393
How has this PR been tested?
Existing tests pass.
Is this a breaking change?
No.
Does this PR require an update to the documentation?
No.
Checklist: